home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TMAILBOXIMPORTER / TMAILBOXIMPORTER.txt
Text File  |  2004-10-12  |  5KB  |  249 lines

  1. object MailboxImporter: TMailboxImporter
  2.   Left = 225
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Import Mailboxes'
  6.   ClientHeight = 313
  7.   ClientWidth = 319
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 9
  24.     Top = 256
  25.     Width = 297
  26.     Height = 9
  27.     Shape = bsBottomLine
  28.   end
  29.   object Book: TNotebook
  30.     Left = 0
  31.     Top = 0
  32.     Width = 319
  33.     Height = 257
  34.     Align = alTop
  35.     PageIndex = 3
  36.     TabOrder = 0
  37.     object TPage
  38.       Left = 0
  39.       Top = 0
  40.       Caption = 'Mailer'
  41.       object Label1: TLabel
  42.         Left = 16
  43.         Top = 16
  44.         Width = 281
  45.         Height = 57
  46.         AutoSize = False
  47.         Caption = 
  48.           'Please choose the e-mail client you want to convert mailboxes fr' +
  49.           'om. (Make sure that boxes are compressed so you won'#39't restore un' +
  50.           'wanted messages)'
  51.         WordWrap = True
  52.       end
  53.       object bClient: TRadioGroup
  54.         Left = 16
  55.         Top = 72
  56.         Width = 281
  57.         Height = 177
  58.         TabOrder = 0
  59.       end
  60.     end
  61.     object TPage
  62.       Left = 0
  63.       Top = 0
  64.       Caption = 'Client search'
  65.       object lInfo: TLabel
  66.         Left = 16
  67.         Top = 32
  68.         Width = 284
  69.         Height = 33
  70.         AutoSize = False
  71.         Caption = 'Retrieving mailbox information of '
  72.         WordWrap = True
  73.       end
  74.       object Label7: TLabel
  75.         Left = 14
  76.         Top = 120
  77.         Width = 289
  78.         Height = 13
  79.         Alignment = taCenter
  80.         AutoSize = False
  81.         Caption = 'Please wait...'
  82.       end
  83.     end
  84.     object TPage
  85.       Left = 0
  86.       Top = 0
  87.       Caption = 'Mailbox'
  88.       object Label2: TLabel
  89.         Left = 17
  90.         Top = 8
  91.         Width = 281
  92.         Height = 29
  93.         AutoSize = False
  94.         Caption = 'Please select the mailboxes you want to import'
  95.         WordWrap = True
  96.       end
  97.       object cbPrompt: TCheckBox
  98.         Left = 24
  99.         Top = 234
  100.         Width = 273
  101.         Height = 17
  102.         Caption = '&Prompt me whenever a new mailbox is created'
  103.         TabOrder = 2
  104.       end
  105.       object bSelectAll: TButton
  106.         Left = 14
  107.         Top = 204
  108.         Width = 115
  109.         Height = 25
  110.         Caption = '&Select all'
  111.         TabOrder = 0
  112.         OnClick = bSelectAllClick
  113.       end
  114.       object bDeAll: TButton
  115.         Tag = 1
  116.         Left = 190
  117.         Top = 204
  118.         Width = 115
  119.         Height = 25
  120.         Caption = '&Unselect all'
  121.         TabOrder = 1
  122.         OnClick = bSelectAllClick
  123.       end
  124.       object lBoxes: TMLVGrid
  125.         Left = 16
  126.         Top = 38
  127.         Width = 289
  128.         Height = 162
  129.         DefaultRowHeight = 16
  130.         DefaultDrawing = False
  131.         FixedCols = 0
  132.         RowCount = 1
  133.         FixedRows = 0
  134.         Options = [goThumbTracking]
  135.         TabOrder = 3
  136.         OnKeyDown = lBoxesKeyDown
  137.         OnMouseDown = lBoxesMouseDown
  138.         AltDrag = True
  139.         AutoColResize = True
  140.         AutoSearch = True
  141.         MultiSelect = False
  142.         ImmediateSelect = False
  143.         OnDrawItemImage = lBoxesDrawItemImage
  144.       end
  145.     end
  146.     object TPage
  147.       Left = 0
  148.       Top = 0
  149.       Caption = 'Confirm'
  150.       object Label4: TLabel
  151.         Left = 14
  152.         Top = 16
  153.         Width = 288
  154.         Height = 41
  155.         AutoSize = False
  156.         Caption = 
  157.           'Import is in progress. Please be patient - this process may take' +
  158.           ' a long time...'
  159.         WordWrap = True
  160.       end
  161.       object Label5: TLabel
  162.         Left = 25
  163.         Top = 64
  164.         Width = 96
  165.         Height = 13
  166.         Alignment = taRightJustify
  167.         Caption = 'Processing mailbox: '
  168.       end
  169.       object lBox: TLabel
  170.         Left = 128
  171.         Top = 64
  172.         Width = 177
  173.         Height = 13
  174.         Cursor = crDrag
  175.         AutoSize = False
  176.         Transparent = False
  177.       end
  178.       object Label6: TLabel
  179.         Left = 22
  180.         Top = 144
  181.         Width = 79
  182.         Height = 13
  183.         Caption = 'Overall progress:'
  184.       end
  185.       object pBar: TProgressBar
  186.         Left = 22
  187.         Top = 96
  188.         Width = 273
  189.         Height = 25
  190.         TabOrder = 0
  191.       end
  192.       object AllBar: TProgressBar
  193.         Left = 22
  194.         Top = 168
  195.         Width = 273
  196.         Height = 25
  197.         TabOrder = 1
  198.       end
  199.     end
  200.     object TPage
  201.       Left = 0
  202.       Top = 0
  203.       Caption = 'Finished'
  204.       object Label8: TLabel
  205.         Left = 14
  206.         Top = 84
  207.         Width = 289
  208.         Height = 65
  209.         AutoSize = False
  210.         Caption = 
  211.           'Import finished. Press Close button to close Import Wizard or pr' +
  212.           'ess Back button to Import another portion of mailboxes.'
  213.         WordWrap = True
  214.       end
  215.     end
  216.   end
  217.   object bBack: TButton
  218.     Left = 72
  219.     Top = 280
  220.     Width = 71
  221.     Height = 25
  222.     Caption = '<  &Back'
  223.     Enabled = False
  224.     TabOrder = 1
  225.     OnClick = bBackClick
  226.   end
  227.   object bNext: TButton
  228.     Left = 152
  229.     Top = 280
  230.     Width = 75
  231.     Height = 25
  232.     Caption = '&Next   >'
  233.     Default = True
  234.     TabOrder = 2
  235.     OnClick = bNextClick
  236.   end
  237.   object bCancel: TButton
  238.     Left = 232
  239.     Top = 280
  240.     Width = 75
  241.     Height = 25
  242.     Cancel = True
  243.     Caption = 'Cancel'
  244.     ModalResult = 2
  245.     TabOrder = 3
  246.     OnClick = bCancelClick
  247.   end
  248. end
  249.